#include <mdaDegradeProcessor.h>
Public Member Functions | |
DegradeProcessor () | |
~DegradeProcessor () | |
tresult | initialize (FUnknown *context) |
tresult | terminate () |
tresult | setActive (TBool state) |
void | doProcessing (ProcessData &data) |
Static Public Member Functions | |
static FUnknown * | createInstance (void *) |
Static Public Attributes | |
static FUID | uid |
Protected Member Functions | |
void | recalculate () |
float | filterFreq (float hz) |
Protected Attributes | |
float | fi2 |
float | fo2 |
float | clp |
float | lin |
float | lin2 |
float | g1 |
float | g2 |
float | g3 |
float | mode |
float | buf0 |
float | buf1 |
float | buf2 |
float | buf3 |
float | buf4 |
float | buf5 |
float | buf6 |
float | buf7 |
float | buf8 |
float | buf9 |
int | tn |
int | tcount |
DegradeProcessor | ( | ) |
~DegradeProcessor | ( | ) |
Reimplemented from BaseProcessor.
void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
static FUnknown* createInstance | ( | void * | ) | [inline, static] |
void recalculate | ( | ) | [protected, virtual] |
Reimplemented from BaseProcessor.
float filterFreq | ( | float | hz | ) | [protected] |
float fi2 [protected] |
float fo2 [protected] |
float clp [protected] |
float lin [protected] |
float lin2 [protected] |
float g1 [protected] |
float g2 [protected] |
float g3 [protected] |
float mode [protected] |
float buf0 [protected] |
float buf1 [protected] |
float buf2 [protected] |
float buf3 [protected] |
float buf4 [protected] |
float buf5 [protected] |
float buf6 [protected] |
float buf7 [protected] |
float buf8 [protected] |
float buf9 [protected] |
int tn [protected] |
int tcount [protected] |